home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / universalgio / install < prev    next >
Text File  |  1996-07-20  |  797b  |  24 lines

  1. ECHO "Installing UniversalGIO modules"
  2. failat 7
  3. if exists Photogenics:
  4. echo "Installing GIO modules in Photogenics:Data/GIO:"
  5. copy clone #?.gio Photogenics:Data/GIO
  6. if exists Photogenics:Data/scripts
  7.   echo "Installing ARexx scripts in Photogenics:Data/scripts:"
  8.   copy clone #?.rx(%|.info) Photogenics:Data/scripts
  9. endif
  10. if exists :hhsgiokey.library
  11.   echo "Installing Keyfile:"
  12.   copy clone :H#?giokey#?.library LIBS:
  13.   echo "Keyfile hhsgiokey.library installed in LIBS:"
  14. endif
  15. echo "The documentation is not installed; copy it by dragging"
  16. echo "to any place you like."
  17. else
  18. echo "No Assign to Photogenics: found! Please make assign manually to your"
  19. echo "Photogenics directory and start install script again or install the"
  20. echo "modules manually as described in the ReadMe."
  21. endif
  22. wait 100
  23.  
  24.